@font-face {
font-family: 'TT Lakes';
src: url('../fonts/TTLakes-Regular.eot');
src: url('TTLakes-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/TTLakes-Regular.woff') format('woff'),
url('../fonts/TTLakes-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'TT Lakes';
src: url('../fonts/TTLakes-Medium.eot');
src: url('TTLakes-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/TTLakes-Medium.woff') format('woff'),
url('../fonts/TTLakes-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}

@font-face {
font-family: 'TT Lakes';
src: url('../fonts/TTLakes-Bold.eot');
src: url('TTLakes-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/TTLakes-Bold.woff') format('woff'),
url('../fonts/TTLakes-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}

html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}

body{
font-family: 'TT Lakes', sans-serif;
margin: 0;
padding: 0;
background-color: #FFFFFF;
}



.mobile-menu {
position: fixed;
top: 0;
left: 0;
width: 320px;
height: 100vh;
box-shadow: 16px 0px 52px 0px #0E185033;
display: flex;
flex-direction: column;
}

.header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 23px 24px 53px 24px;
}

.header__menu {
display: flex;
align-items: center;
gap: 16px;
}

.header__menu-burger {
background: none;
border: none;
cursor: pointer;
padding: 0;
width: 40px;
height: 40px;
transition: all 0.3s ease;
}

.header__menu-burger:hover{
opacity: 0.6;
transform: scale(1.1);
}

.header__menu-logo {
width: 97px;
height: 51px;
transition: all 0.3s ease;
}

.header__menu-logo:hover{
opacity: 0.6;
transform: scale(1.1);
}

.header__menu-search{
background: none;
border: none;
cursor: pointer;
padding: 0;
width: 40px;
height: 40px;
transition: all 0.3s ease;
}

.header__menu-search:hover {
opacity: 0.6;
transform: scale(1.1);
}

.navigation__menu {
list-style-type: none;
margin: 0;
padding: 0;
}

.navigation__menu-list {
padding-left: 24px;
padding-bottom: 32px;
position: relative;
}

.navigation__menu-link {
text-decoration: none;
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #1B1C21;
transition: color 0.3s ease;
}

.navigation__menu-list:hover:before{
content: "";
position: absolute;
width: 4px;
height: 32px;
left: 0;
background-color: #41F6D7;
border-radius: 0px 10px 10px 0px;
}

.navigation__menu-link:hover{
color: #7E7E82;
}


.footer {
margin-top: auto;
padding-left: 24px;
}

.footer__menu {
list-style-type: none;
margin: 0;
display: flex;
gap: 16px;
padding: 0;
}

.footer__menu-list {
width: 40px;
height: 40px;
}

.footer__menu-icon {
background: none;
border: none;
cursor: pointer;
padding: 0;
width: 40px;
height: 40px;
transition: all 0.3s ease;
}

.footer__menu-icon:hover {
opacity: 0.6;
transform: scale(1.1);
}

.footer__contacts {
padding-top: 16px;
display: flex;
flex-direction: column;
gap: 12px;
}

.footer__contacts-mail {
text-decoration: none;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: -0.2px;
color: #1B1C21;
}

.footer__contacts-tel {
text-decoration: none;
font-weight: 700;
font-size: 24px;
line-height: 32px;
letter-spacing: -0.6px;
color: #1B1C21;
}

.footer__languages {
margin: 0;
padding: 0;
padding-top: 40px;
padding-bottom: 32px;
}

.footer__language-list {
list-style-type: none;
display: inline;
padding-right: 7px;
}

.footer__language-button {
font-family: 'TT Lakes', sans-serif;
background: none;
border: none;
cursor: pointer;
padding: 0;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: -0.2px;
color: #1B1C21;
transition: color 0.3s ease;
}

.footer__language-button:hover{
color: #7E7E82;
}